body {
	background: url("../Images/manandfriend.jpg") no-repeat;
	background-size:100%;
}

h1{color:#FF80FF}

#nav{
    list-style:none;
    font-weight:bold;
    margin-bottom:10px;
    float:left; /* Clear floats */
    width:100%;
    
}
#nav li{
    float:left;
    margin-right:10px;
    position:relative;
	z-index:100;
}
#nav a{
    display:block;
    padding:5px;
    color:#FF80FF;
    background:#333;
    text-decoration:none;
}
#nav a:hover{
    color:#fff;
    background:#6b0c36;
    text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
    background:#fff; 
    background:rgba(255,255,255,0); 
    list-style:none;
    position:absolute;
    left:-9999px; 
}
#nav ul li{
    padding-top:1px;
    float:none;
}
#nav ul a{
    white-space:nowrap; 
}
#nav li:hover ul{ 
    left:0; 
}
#nav li:hover a{ 
    background:#6b0c36;
    text-decoration:underline;
}
#nav li:hover ul a{ 
    text-decoration:none;
}
#nav li:hover ul li a:hover{ 
    background:#333;
}
/*---Dropdown End---*/
#dog{
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	top:-150px;
}
#dog img{
	border:3px solid black;
}
#music {
	 height: 105px;
	 left:10px;
	 bottom: 575px;
	 position: relative;
	 
/*---Derek Moad 2019 Jesuit High School---*/	
}